Returns the number of characters specified in the number-of-characters argument from the text specified in the text argument starting at the position indicated by start-position.
ΓÇó start-position: A numeric expression. If the expression contains a mathematical operation or equation that produces a real number, the fractional part of the number is truncated.
ΓÇó number-of-characters: A numeric expression.
Example:
MID ("New Example,", 3, 6) returns "w Exam."
Shows that the six characters of "New Example," beginning with the third character, are "w Exam."